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