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