import type { IconProps } from '../../types';
declare const ServerFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Server Fill
 * @see {@link https://remixicon.com/icon/server-fill Remix Icon Docs}
 */
export { ServerFill };
