interface Props {
    class?: string;
    size?: number | string;
}
declare const SearchIcon: import("svelte").Component<Props, {}, "">;
type SearchIcon = ReturnType<typeof SearchIcon>;
export default SearchIcon;
//# sourceMappingURL=SearchIcon.svelte.d.ts.map