import type { ExtractPropTypes } from 'vue'; export declare const affixBottomProps: { readonly position: import("element-plus/es/utils").EpPropFinalized; readonly tag: import("element-plus/es/utils").EpPropFinalized; }; export type AffixBottomProps = ExtractPropTypes; export declare const affixBottomEmits: {}; export type AffixBottomEmits = typeof affixBottomEmits;