import { TdAffixProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    container: {
        type: PropType<TdAffixProps["container"]>;
        default: () => TdAffixProps["container"];
    };
    content: {
        type: PropType<TdAffixProps["content"]>;
    };
    default: {
        type: PropType<TdAffixProps["default"]>;
    };
    offsetBottom: {
        type: NumberConstructor;
        default: number;
    };
    offsetTop: {
        type: NumberConstructor;
        default: number;
    };
    zIndex: {
        type: NumberConstructor;
    };
    onFixedChange: PropType<TdAffixProps["onFixedChange"]>;
};
export default _default;
