import { IconProps } from '../../Icon'; export type ListIconProps = IconProps; declare const ListIcon: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default ListIcon; //# sourceMappingURL=ListIcon.d.ts.map