/// type Props = { className?: string; }; export declare const AccountControl: ({ className }: Props) => JSX.Element; export {};