import { IPersonaProps, IPersonasProps } from "./types";
/**
 * Persona
 */
export declare const Persona: (props: IPersonaProps) => HTMLElement;
/**
 * Personas
 */
export declare const Personas: (props: IPersonasProps) => HTMLElement;
