export const tooltip: string


interface Stylesheet {
    'tooltip': string
}


declare const stylesheet: Stylesheet
export default stylesheet
