export type NewLineTextProps = {
    text: string;
};
export declare const NewlineText: (props: NewLineTextProps) => import("react/jsx-runtime").JSX.Element;
