interface YAxisProps { margin?: { right: number; top: number; bottom: number; left: number; }; } declare function YAxis(props: YAxisProps): import("react/jsx-runtime").JSX.Element | null; declare const _default: import("react").MemoExoticComponent; export default _default; //# sourceMappingURL=YAxis.d.ts.map