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