import { IconProps } from '../iconUtils'; export declare const KeepOff: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type KeepOffProps = IconProps; export default KeepOff;