import { Theme } from '@emotion/react'; import { TextInputProps } from './text-input'; declare const clearButtonStyles: import("@emotion/utils").SerializedStyles; declare const getMessageStyles: (props: TextInputProps, theme: Theme) => import("@emotion/utils").SerializedStyles[] | undefined; declare const getInputStyles: (props: TextInputProps, theme: Theme) => ({} | undefined)[]; export { getInputStyles, getMessageStyles, clearButtonStyles };