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