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