import type { SVGProps } from "react"; export interface ListNumberIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ListNumberIcon({ className, size, color, ...props }: ListNumberIconProps): import("react").JSX.Element; //# sourceMappingURL=list-number-icon.d.ts.map