import * as React from 'react'; import { IconSize } from '../Icon'; declare const List: React.ForwardRefExoticComponent<{ size?: IconSize | undefined; } & React.SVGAttributes & React.RefAttributes>; export default List;