import type { SvgLayerProps } from "./types";
export declare const SvgLayer: ({ children, name, testID, ...props }: SvgLayerProps) => import("react").JSX.Element;
//# sourceMappingURL=layers.d.ts.map