import { type FC, type ReactNode } from "react"; import { cva, cx } from "class-variance-authority"; export declare function matchChildByType>(child: ReactNode, type: T): boolean; export declare function mergedCva(...params: Parameters>): ReturnType>; export declare function mergedCx(...params: Parameters): ReturnType; //# sourceMappingURL=components.d.ts.map