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