import { RichText } from '@wordpress/block-editor';
interface PostTitleProps extends Omit<React.ComponentPropsWithoutRef<typeof RichText>, 'value' | 'onChange'> {
}
export declare const PostTitle: ({ tagName: TagName, ...rest }: PostTitleProps) => import("react").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map