import { TTheme } from '../../../types/TTheme';
export declare const StyledFancyGridTemplate: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $gridAreas: string[];
} & {
    $height?: string | undefined;
    $width?: string | undefined;
    $gridAreasBreakPoints?: import('./TFancyGridTemplate.model').TGridAreasBreakpoints | undefined;
    $gapColumn?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "3xs" | "3xl" | "4xl" | undefined;
    $gapRow?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "3xs" | "3xl" | "4xl" | undefined;
} & {
    theme: TTheme;
}>> & string;
