import { CustomButton } from '../customButton/CustomButton'; /** * Cancel button. Cancel Action call when clicked. */ export declare class CancelButton extends CustomButton { }