import React from 'react'; import { BackgroundProps } from './types'; declare function Background({ id, variant, gap, size, lineWidth, offset, color, style, className, }: BackgroundProps): JSX.Element; declare namespace Background { var displayName: string; } declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=Background.d.ts.map