/** * Visual presentation for a button. Does not handle interaction logic itself. * This component is not intended to be used directly - only within other button components. * * @part button - The visual button element. */ export declare class VviinnButton { addStyle: boolean; render(): any; }