import { ComponentInterface } from '../../stencil-public-runtime'; export declare class ButtonExpand implements ComponentInterface { expand: boolean; render(): any; }