/// /** * Handy little styled component that can be used to render the title in the IDEHeader component * **/ export declare const IDEHeaderTitle: ({ title }: { title: string; }) => JSX.Element;