import { IButtonComponent } from './Button.types';
export declare const ButtonView: IButtonComponent['view'];
