import type { StyledGridProps, StyledGridWrapperProps, StyledCellProps } from './types';
export declare const StyledGridWrapper: import("styletron-react").StyletronComponent<"div", StyledGridWrapperProps>;
export declare const StyledGrid: import("styletron-react").StyletronComponent<"div", StyledGridProps>;
export declare const StyledCell: import("styletron-react").StyletronComponent<"div", StyledCellProps>;
