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