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