import { BoxProps } from '@dodoex/components'; export declare function AutoButton({ active, sx, onClick, }: { active?: boolean; sx?: BoxProps['sx']; onClick?: BoxProps['onClick']; }): import("react").JSX.Element;