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