import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import { PProps } from "./p.types.js";
import "../index.js";
//#region src/p/p.d.ts
declare const PBase: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, SystemProps, never>;
/** Displays a paragraph of text. */
declare const P: VuiComponent<"p", PProps>;
//#endregion
export { P, P as default, PBase };

//# sourceMappingURL=p.d.ts.map