import { type FlashProps as PrimerFlashProps } from '@primer/react'; import { type SxProp } from '../sx'; import type { ForwardRefComponent } from '../polymorphic'; type FlashProps = PrimerFlashProps & SxProp; declare const Flash: ForwardRefComponent<'div', FlashProps>; export { Flash }; export type { FlashProps }; //# sourceMappingURL=Flash.d.ts.map