export declare class SemanticButtonComponent {
    class: string;
    icon: string;
    disabled: boolean;
}
