import { type FunctionalComponent } from 'vue';
import { type FloatPropsType } from './float';
export declare function createHighOrderFloatComponent(props: FloatPropsType): FunctionalComponent<FloatPropsType>;
