import { TFancyGridItemProps } from './FancyGridItem.model'; import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker'; type TGirdItemProps = TStyledPrefixAndPicker; export declare const GridItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, TGirdItemProps>> & string; export {};