///
import { CellProps } from '../grid';
import { StructuredListCellProps, StructuredListItemProps, StructuredListProps } from './types';
export declare const StyledGrid: import("@emotion/styled").StyledComponent & {
hasHref: boolean;
}, {}, {}>;
export declare const StyledWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StructuredListCellProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledListItemContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;
export declare const StyledLink: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StructuredListItemProps, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>;
export declare const StyledListWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StructuredListProps, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledCell: import("@emotion/styled").StyledComponent, {}, {}>;
//# sourceMappingURL=styled.d.ts.map