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