import * as React from 'react';
import { AppBarHighlightProps } from './AppBarHighlight.props';
export { AppBarHighlightProps } from './AppBarHighlight.props';
export declare const AppBarHighlight: React.FunctionComponent<AppBarHighlightProps>;
export default AppBarHighlight;
