import React from "react"; import { type ClassValue } from "clsx"; import { cva, type VariantProps } from "class-variance-authority"; export { makeDecoratable } from "@webiny/react-composition"; export declare function cn(...inputs: ClassValue[]): string; export declare const generateId: (initialId?: string) => string; export declare const withStaticProps: , TProps>(component: TComponent, props: TProps) => TComponent & TProps; export declare function createComponentPropsProvider>(): readonly [React.FunctionComponent<{ props: TProps; children: React.ReactNode; }>, () => TProps]; export declare function omit(obj: T, keys: K[]): Omit; export { cva, type VariantProps };