/// <reference types="svelte" />
interface Props {
    size?: string | number;
}
declare const IconSearch: import("svelte").Component<Props, {}, "">;
type IconSearch = ReturnType<typeof IconSearch>;
export default IconSearch;
