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<MazLoadingBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MazLoadingBarProps> & Readonly<{}>, {
    height: string;
    color: MazColor;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
