import { ButtonVariation } from './button-variation'; export declare class Button { variation: ButtonVariation; expanded: boolean; render(): any; }