import React from 'react'; import { FlashingCellDefinition } from '../../types'; import { FlexProps } from '../../components/Flex'; export interface FlashingCellStyleProps extends Omit { data: FlashingCellDefinition; } export declare const FlashingCellStyle: React.FunctionComponent;