import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgAdminPanelSettings: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgAdminPanelSettings; //# sourceMappingURL=AdminPanelSettings.d.ts.map