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