declare const CustomDoneButton: ({ onClick }: {
    onClick: () => void;
}) => import("react/jsx-runtime").JSX.Element;
export { CustomDoneButton };
