export type SparklinesNormalBandProps = {
    style?: {
        fill?: string;
        fillOpacity?: number;
    };
};
export default function SparklinesNormalBand(props: SparklinesNormalBandProps): import("react/jsx-runtime").JSX.Element;
