import React from 'react';
import type { ICnEmbedPicker } from '../types';
declare const CnEmbedPicker: React.ForwardRefExoticComponent<ICnEmbedPicker & React.RefAttributes<any>>;
export { CnEmbedPicker };
