import type { StrictTheme } from '../../theme'; import type { CheckboxStyles } from './types'; import type { LabelPosition } from '../Label/types'; export declare const getThemedStyles: (theme: StrictTheme, labelPosition: LabelPosition) => CheckboxStyles;