export interface I_CustomCancelButtonProps {
    style?: boolean;
    text?: string;
    type?: string;
    onClick?: any;
    className?: string;
    activeStyle?: string;
}
//# sourceMappingURL=index.d.ts.map