import * as React from 'react'; import { IComponentPageProps } from './ComponentPage.types'; export declare class ComponentPageBase extends React.PureComponent { static defaultProps: Partial; private _baseUrl; private _showOnlyExamples; private _styles; constructor(props: IComponentPageProps); render(): JSX.Element | undefined; private _getPageHeader; private _navigationLinks; private _getNativePropsInfo; private _getPropertiesTable; private _getBestPractices; private _getVariants; private _getFeedback; private _getOverview; private _getAccessibility; private _getSection; private _getURL; } export declare const ComponentPage: React.FunctionComponent;