import { JSX } from 'react/jsx-runtime'; import * as React from "react"; export interface InteractiveProps { as?: React.ElementType<{ className: string; }>; background?: boolean; className?: string; children: React.ReactElement; } export declare function Interactive(props: InteractiveProps): JSX.Element; export declare function useInteractiveClass(options: Pick): string; //# sourceMappingURL=Interactive.d.ts.map