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