import type { ComponentType } from "react"; /** * A styled utility that adds a dashed border around a component * to highlight its boundaries. To be used in Storybook exclusively. * Do not export for production. */ export declare const dashed:

>(component: ComponentType

) => import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(import("react").PropsWithoutRef

& import("react").RefAttributes>) | (import("react").PropsWithRef

& import("styled-components/dist/types").BaseObject), import("styled-components/dist/types").BaseObject>> & (string & (Omit, keyof import("react").Component> | Omit, keyof import("react").Component>));