import { TechDocsIndexPageProps } from './TechDocsIndexPage'; /** * Props for {@link DefaultTechDocsHome} * * @public * @deprecated Please use `TechDocsIndexPageProps` instead. */ export type DefaultTechDocsHomeProps = TechDocsIndexPageProps; /** * Component which renders a default documentation landing page. * * @public */ export declare const DefaultTechDocsHome: (props: TechDocsIndexPageProps) => import("react/jsx-runtime").JSX.Element;