import * as React from 'react';
import { SFC } from 'react';
interface MenuHeadingsProps {
    route: string;
    onClick?: React.MouseEventHandler<any>;
}
export declare const MenuHeadings: SFC<MenuHeadingsProps>;
export {};
