import { JSX } from 'react'; export declare const ReactSlots: ({ props, slots }: { props: Record; slots: string[]; }) => JSX.Element;