import { type FC } from "react"; interface CancelButtonProps { } export declare const CancelButton: FC; export {}; //# sourceMappingURL=cancelButton.d.ts.map