export declare type Appearance = 'primary' | 'secondary' | 'success' | 'danger' | undefined;
