import type { StrictTheme } from '../../theme'; import type { PasswordFieldStyles } from './types'; export declare const getThemedStyles: ({ components, tokens: { colors }, }: StrictTheme) => PasswordFieldStyles;