import React from 'react';
import { ContentsProps } from '../Contents/Contents.types';
declare const ContentsNavigation: React.FunctionComponent<ContentsProps>;
export default ContentsNavigation;
