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