///
import { ButtonProps } from './Button';
declare type PersonButtonProps = Omit & {
photo?: string;
name?: string;
};
export declare function ButtonPerson({ photo, name, ...props }: PersonButtonProps): JSX.Element;
export {};
//# sourceMappingURL=ButtonPerson.d.ts.map