import { TCommunicationProps } from "./CommunicationTypes"; /** * @public */ export declare function Communication({ option, fields, onInteraction, }: TCommunicationProps): JSX.Element; //# sourceMappingURL=Communication.d.ts.map