import type { IComponentPrototype } from "@xirang/studio-helpers"; export declare function omitProps(props: IComponentPrototype["props"], omitList: string[]): import("@xirang/studio-helpers").IComponentProp[]; export declare function pickProps(props: IComponentPrototype["props"], pickList: string[]): import("@xirang/studio-helpers").IComponentProp[];