import * as React from 'react'; type BackgroundControlsPropsT = { hoverState?: number; setHoverState?: any; } & React.DetailedHTMLProps, HTMLDivElement>; export declare const BackgroundControls: React.FC; export {}; //# sourceMappingURL=BackgroundControls.d.ts.map