///
import { HandleProps } from '../Handle/Handle';
/** @deprecated Use `HandleProps` */
export declare type BarProps = HandleProps;
/** @deprecated Use `Handle` */
export declare const Bar: import("styled-components").StyledComponent<"div", any, {
size?: string | number | undefined;
} & import("react").HTMLAttributes & import("../types").CommonStyledProps, never>;
//# sourceMappingURL=Bar.d.ts.map