import { ChipsProps } from "../Chips.interface"; export declare const mockIcon: import("react/jsx-runtime").JSX.Element; export declare class ChipsObject { get chips(): HTMLElement; get icons(): HTMLElement[]; render(props?: Partial): this; }