/** * WordPress dependencies */ /** * Checks if there is a current value in the background image block support * attributes. * * @param style Style attribute. * @return Whether the block has a background image value set. */ export declare function hasBackgroundImageValue(style: any): boolean; export default function BackgroundPanel(): import("react").JSX.Element; //# sourceMappingURL=background-panel.d.ts.map