import { MazColor } from './types'; export interface MazLoadingBarProps { /** The color of the component. */ color?: MazColor; /** The height of the component. */ height?: string; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { height: string; color: MazColor; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;