import { createElement, type PropsWithChildren } from 'react'; export declare function createComponentWithOmittedProps(propsToOmit: string[]): (element: Parameters[0]) => (props: PropsWithChildren) => import("react").ReactElement<{}, string | import("react").JSXElementConstructor>;