export declare function FormCancelButton({ children, className, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace FormCancelButton {
    var defaultProps: {
        children: string;
    };
}
//# sourceMappingURL=FormCancelButton.d.ts.map