import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Sledding: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Sledding;
