import { FC } from "react";
export interface IScaleBarProps {
    /** Width prop can be string or number. */
    width: string | number;
    /** Custom classname for styling. */
    className?: string;
}
export declare const ScaleBar: FC<IScaleBarProps>;
//# sourceMappingURL=ScaleBar.d.ts.map