/// import { IconProps } from './Icon'; export interface ListIconProps extends IconProps { } export declare const ListIconDefaultProps: Partial; /** * 📚 ListIcon * * A component to show tiles inside a List. */ export declare const ListIcon: import("react").ComponentType;