import { CSSProperties } from 'react'; export declare const prefixCls: any; export declare const filterCssProperties: (style: CSSProperties, names: string[], removed?: boolean) => CSSProperties;