/** Component used for styling the layout of Tailwind docs. It's built on top of CoreLayout and applies `prose` Tailwind typography class. */ export declare const TailwindLayout: ({ components, ...rest }: { [x: string]: any; components?: {}; }) => JSX.Element;