/**
 * @jsxRuntime classic
 * @jsx jsx
 */
/**
 * Compiled branch of the `platform_editor_static_css` experiment.
 * Used via `componentWithCondition` in `panel.tsx`.
 *
 * Cleanup: delete this file once the experiment has shipped.
 */
import React from 'react';
import { PanelType } from '@atlaskit/adf-schema';
interface PanelStyledProps {
    backgroundColor?: string;
    'data-panel-type': PanelType;
    hasIcon?: boolean;
}
export declare const PanelStyledCompiled: {
    ({ backgroundColor, children, className, hasIcon, ...props }: React.PropsWithChildren<PanelStyledProps & React.HTMLAttributes<HTMLDivElement>>): JSX.Element;
    displayName: string;
};
export {};
