declare const isPlatformSpecifyProp: (prop: string) => RegExpMatchArray | null; export declare function filterProps(props: T): T; export default isPlatformSpecifyProp;