import React from 'react';
export declare const fixWidthContainerClass: string;
type BarFixWidthProps = {
    x: number;
    y: number;
    width: number;
    height: number;
    isLeft: boolean;
    color: string;
    handleFixWidth: () => void;
};
export declare const BarFixWidth: React.NamedExoticComponent<BarFixWidthProps>;
export {};
