///
import PropTypes from 'prop-types';
export declare const Types: {
readonly DEFAULT: "default";
readonly ADDITIONAL: "additional";
};
export declare const SearchIcon: {
({ color, type }: {
color?: string;
type?: "default" | "additional";
}): JSX.Element;
category: string;
propTypes: {
type: PropTypes.Requireable;
color: PropTypes.Requireable;
};
Types: {
readonly DEFAULT: "default";
readonly ADDITIONAL: "additional";
};
};