import { default as React } from 'react'; import { LinkBarProps } from './types'; export type { LinkBarProps } from './types'; declare const LinkBar: (props: LinkBarProps) => React.JSX.Element; export default LinkBar;