import * as React from 'react';
import type { TLBounds } from '../../types';
export interface BoundsBgProps {
    bounds: TLBounds;
    rotation: number;
    isHidden: boolean;
}
declare function _BoundsBg({ bounds, rotation, isHidden }: BoundsBgProps): JSX.Element;
export declare const BoundsBg: React.MemoExoticComponent<typeof _BoundsBg>;
export {};
//# sourceMappingURL=BoundsBg.d.ts.map