import { IHorizontalPersonaProps } from './Persona.types'; import { IVerticalPersonaProps } from './Vertical/VerticalPersona.types'; export declare const Persona: (props: IVerticalPersonaProps | IHorizontalPersonaProps) => JSX.Element;