export declare const collectionsAdd: () => JSX.Element;
declare const _default: {
    title: string;
    component: ({ className, color, height, title, width }: import("../iconTypes").Icon) => JSX.Element;
    parameters: {
        notes: string;
    };
};
export default _default;
