/// interface Props { componentCode: string; elementId: string; value: string; onChange?: (value: string) => void; customProps?: Record; } interface Result { iframeRef: React.RefObject; error: string | null; loading: boolean; } export declare function useCustomComponentIframe({ componentCode, elementId, value, onChange, customProps }: Props): Result; export {}; //# sourceMappingURL=useCustomComponentIframe.d.ts.map