import type { StyledComponent } from '@emotion/styled'; import type { Theme } from '@mui/material'; import type { MUIStyledCommonProps } from '@mui/system'; import type { DetailedHTMLProps, HTMLAttributes } from 'react'; /** * Styled div with glow keyframe animations for nested bound witness feedback. * Explicit type annotation keeps the emitted declaration portable (TS2883). */ export declare const StyledGlowingDiv: StyledComponent, DetailedHTMLProps, HTMLDivElement>>; //# sourceMappingURL=StyledGlowingDiv.d.ts.map