interface ArrowBodyStyles {
    arrowSize: number;
    gutter: number;
}
declare const _default: (args?: ArrowBodyStyles, classNames?: Partial<Record<"bottom" | "left" | "right" | "top" | "center" | "end" | "start" | "arrow", string>>, name?: string) => Record<"bottom" | "left" | "right" | "top" | "center" | "end" | "start" | "arrow", string>;
export default _default;
//# sourceMappingURL=ArrowBody.styles.d.ts.map