import { FdsSpinnerProps } from './types'; type __VLS_Props = { size?: string; color?: FdsSpinnerProps['color']; label?: string; labelPosition?: FdsSpinnerProps['labelPosition']; dataTestid?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { size: string; dataTestid: string; color: "inherit" | "black" | "blue" | "white"; label: string; labelPosition: "right" | "bottom"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;