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