import { FC } from 'react'; type CancelProps = { className?: string; title?: string; }; export declare const Cancel: FC; export {};