import './index.scss';
import * as React from 'react';
import type { CnFilterProps } from './types';
export declare function CnFilter(props: CnFilterProps): React.JSX.Element;
export declare namespace CnFilter {
    var displayName: string;
    var defaultProps: {
        formProps: {};
        isSticky: boolean;
        positionFix: boolean;
    };
}
