export type PlateTextProps = { text: string; isUniqueChild: boolean; bold?: boolean; italic?: boolean; underline?: boolean; }; export declare const PlateText: (props: PlateTextProps) => import("solid-js").JSX.Element; //# sourceMappingURL=PlateText.d.ts.map