export declare type ButtonStyle = 'basic' | 'raised' | 'flat' | 'stroked' | undefined;