///
interface PProps extends React.DetailedHTMLProps, HTMLHeadingElement> {
size?: string;
gradient?: string;
position?: "text-center" | "text-left" | "text-justify";
}
export declare function incluyeTexto(cadena: any, texto: string): any;
declare function P({ className, size, gradient, color, position, ...props }: PProps): JSX.Element;
export default P;