/// import { AllSystemProps } from "./system/unions"; export declare type BaseCodeProps = AllSystemProps; export declare const BaseCode: import("styled-components").StyledComponent<"code", any, import("react").PropsWithChildren, never>;