import React from 'react'; import { type IconProps } from './core'; interface IconPanelFoxProps extends IconProps { base?: '16'; } export declare function IconPanelFox({ base, ...props }: IconPanelFoxProps): React.JSX.Element; export {};