import Decades from './CenturyView/Decades.js';
type CenturyViewProps = React.ComponentProps<typeof Decades>;
/**
 * Displays a given century.
 */
export default function CenturyView(props: CenturyViewProps): React.ReactElement;
export {};
