import type { CnAffixProps } from './types';
/**
 * @category 组件
 *  固钉
 */
export declare const CnAffix: {
    (prop: CnAffixProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
    defaultProps: {
        container: string;
        disabled: boolean;
        offsetTop: number;
        zIndex: number;
    };
};
