import { ComponentPrototypeType } from '@cuvp1225/helpers'; export declare function omitProps(props: ComponentPrototypeType['props'], omitList: string[]): import("@cuvp1225/helpers").IComponentProp[]; export declare function pickProps(props: ComponentPrototypeType['props'], pickList: string[]): import("@cuvp1225/helpers").IComponentProp[];