/// import { IconProps } from '../../types'; declare const ClipboardText: (allProps: IconProps) => JSX.Element; export default ClipboardText;