/// import { IIconProps } from '../Icon/Icon'; declare const ListIcon: (props: IIconProps) => JSX.Element; export { ListIcon };