import type { ExtractPropTypes } from 'vue'; import type { ZIndexProperty } from 'csstype'; export declare const affixProps: { readonly zIndex: import("element-plus/es/utils/props").BuildPropReturn, 100, unknown, unknown, unknown>; readonly target: import("element-plus/es/utils/props").BuildPropReturn; readonly offset: import("element-plus/es/utils/props").BuildPropReturn; readonly position: import("element-plus/es/utils/props").BuildPropReturn; }; export declare type AffixProps = ExtractPropTypes; export declare const affixEmits: { scroll: ({ scrollTop, fixed }: { scrollTop: number; fixed: boolean; }) => boolean; change: (fixed: boolean) => boolean; }; export declare type AffixEmits = typeof affixEmits;