import type { Attributes, FC } from 'react'; import type { UserOptions } from '../types'; export interface CombinationRendererProps { Component: FC; props: T; options: UserOptions; } export declare function CombinationRenderer({ Component, props, options, }: CombinationRendererProps): JSX.Element; //# sourceMappingURL=CombinationRenderer.d.ts.map