interface XAxisProps { label?: string; } export declare function XAxis1D(props: XAxisProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=XAxis1D.d.ts.map