import React from "react";
type TitleProps = {
    children: React.ReactNode;
    titleStyle?: string;
};
declare const _default: React.MemoExoticComponent<typeof FiguraTitle>;
export default _default;
declare function FiguraTitle(props: TitleProps): React.JSX.Element;
