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