export interface SearchProps {
    color: "action" | "disabled" | "error" | "inherit" | "primary" | "secondary";
    fontSize: 'default' | 'inherit' | 'large' | 'medium' | 'small';
    htmlColor: string;
}
