import React from 'react';
import { BlockLinksProps } from './BlockLinks.types';
declare const BlockLinks: React.FunctionComponent<BlockLinksProps>;
export default BlockLinks;
