type $$ComponentProps = {
    height?: number;
    width?: number;
};
declare const AccountCircleIcon: import("svelte").Component<$$ComponentProps, {}, "">;
type AccountCircleIcon = ReturnType<typeof AccountCircleIcon>;
export default AccountCircleIcon;
