import type { CSSObject, Theme } from "@emotion/react"; type GetInputTextPlaceholderProps = { theme: Theme; }; export declare const getInputTextPlaceholder: ({ theme, }: GetInputTextPlaceholderProps) => CSSObject; export {};