import { type JSX } from 'react';
import { type IconsIconProps } from './types';
export declare function IconOpen(props: IconsIconProps): JSX.Element;
