import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker'; import { TCheckerBoardPattern } from './TCheckerBoardPattern.model'; type TStyledCheckerBoardPattern = TStyledPrefixAndPicker; export declare const StyledCheckerBoardPattern: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLSpanElement>, TStyledCheckerBoardPattern>> & string; export {};