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