///
import { UnorderedListProps } from './types';
export declare const StyledUl: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
overrides: UnorderedListProps['overrides'];
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledListItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;
export declare const StyledBlock: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const StyledMarkerBlock: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
} & Pick, {}, {}>;
//# sourceMappingURL=styled.d.ts.map