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