import { type MenuButtonProps } from "./MenuButton";
export type MenuButtonIndentProps = Partial<MenuButtonProps>;
export default function MenuButtonIndent(props: MenuButtonIndentProps): import("react/jsx-runtime").JSX.Element;
