import React from 'react';
import './index.scss';
export type RenderTitleProps = {
    className?: string;
    element?: React.ElementType;
    fallback?: string;
    fallbackToID?: boolean;
    title?: string;
};
export declare const RenderTitle: React.FC<RenderTitleProps>;
//# sourceMappingURL=index.d.ts.map