import { ButtonProps } from '../../../../components/Button';
type Props = ButtonProps;
export default function DoneButton(props: Props): import("react/jsx-runtime").JSX.Element;
export {};
