import { ExtractPropTypes } from 'vue'; import { IconProps } from '../../icon'; import type BackTop from './back-top.vue'; export declare const backTopProps: { show: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, string, boolean>; target: { readonly type: import("vue").PropType<() => Window | Document | HTMLElement>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; visibilityHeight: import("ll-plus/es/utils").EpPropFinalized; icon: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { iconName: string; color: string; size: string; }, boolean>; description: import("ll-plus/es/utils").EpPropFinalized; shape: import("ll-plus/es/utils").EpPropFinalized; }; export type BackTopProps = ExtractPropTypes; export type BackTopInstance = InstanceType;