export interface PlaceholderProps { placeholderTextColor?: string; } export declare function extractPlaceholder({ placeholderTextColor }: PlaceholderProps): string;