import { Theme } from '@plurid/plurid-themes'; export interface IStyledCode { theme: Theme; } export declare const StyledCode: import("styled-components").StyledComponent<"div", any, IStyledCode, never>; export interface IStyledCodeLocation { theme: Theme; } export declare const StyledCodeLocation: import("styled-components").StyledComponent<"div", any, IStyledCodeLocation, never>;