export declare class IsmButton { loading: boolean; handleClick: () => void; variant: 'primary' | 'secondary' | 'disabled'; render(): any; }