import { FC, PropsWithChildren } from 'react'; interface GridAreaItemProps { area: string; } export declare const GridAreaItem: FC>; export {};