import { IconProps } from '../lib';
declare function ClipboardText(props: IconProps): JSX.Element;
export default ClipboardText;
