import type { OmitNevoProps } from "../types/OmitNevoProps"; /** * Returns the properties without the ones according to the Nevo pattern. * * @param props Properties according to the Nevo pattern with extra properties. * @returns The propterties without the ones according to the Nevo pattern. */ export declare function omitNevoProps
(props: P): OmitNevoProps
;