import type { BarProps } from './types';
export default function CustomBar({ orientation, children, start, end, style, className, ...props }: BarProps): import("react/jsx-runtime").JSX.Element;
