type BarShapeProps = { registerBarTopY: (payloadName: unknown, y: unknown) => void; marginFactor: number; }; export declare const createWithoutActionPlanBarShape: ({ registerBarTopY, marginFactor }: BarShapeProps) => (props: unknown) => import("react/jsx-runtime").JSX.Element; export declare const createScoreBarShape: ({ registerBarTopY, marginFactor }: BarShapeProps) => (props: unknown) => import("react/jsx-runtime").JSX.Element; export declare const createActionPlanBarShape: ({ registerBarTopY, marginFactor }: BarShapeProps) => (props: unknown) => import("react/jsx-runtime").JSX.Element; export {};