import type { ReactNode, SVGAttributes } from 'react'; interface SVGRootContainerProps extends SVGAttributes { children: ReactNode; enableBoxBorder?: boolean; id?: string; width?: number; height?: number; } export declare function SVGRootContainer(props: SVGRootContainerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SVGRootContainer.d.ts.map