interface IProfileIcon {
    fill?: string;
    size?: number;
}
declare const ProfileIcon: ({ size }: IProfileIcon) => import("@emotion/react/jsx-runtime").JSX.Element;
export default ProfileIcon;
