import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const ListOl: React.FC<IconBaseProps>;
export default ListOl;
