export const button: string export const button_compact: string export const button_dashed: string export const button_default: string export const button_deprecated: string export const button_ghost: string export const button_large: string export const button_medium: string export const button_negative: string export const button_primary: string export const button_small: string export const button_success: string interface Stylesheet { 'button': string 'button_compact': string 'button_dashed': string 'button_default': string 'button_deprecated': string 'button_ghost': string 'button_large': string 'button_medium': string 'button_negative': string 'button_primary': string 'button_small': string 'button_success': string } declare const stylesheet: Stylesheet export default stylesheet