import type { StrictTheme } from '../../theme'; import type { LabelStyles } from './types'; export declare const getThemedStyles: (theme: StrictTheme) => LabelStyles;