import type { HeadingProps } from '@looker/components'; export declare const RunItHeading: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, import("@looker/components").TextBaseProps & HeadingProps & { mb: import("styled-system").ResponsiveValue>>; pt: import("styled-system").ResponsiveValue>>; }, "mb" | "pt">; export declare const DarkSpan: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, import("@looker/components").TextBaseProps & import("@looker/components").SpanProps & { color: string; }, "color">;