/// <reference types="react" />
interface Props {
    color?: string;
    boxSize?: string;
    backgroundColor?: string;
    borderRadius?: string;
}
export declare const AccountOutline: (props: Props) => JSX.Element;
export default AccountOutline;
