import type { BoxProps } from "../../Box"; /** * A dialognaly striped and bordered rectangle that can be used as a placeholder for content. * To be used in Storybook exclusively. Do not export for production. */ export declare function Placeholder(props: BoxProps): import("react/jsx-runtime").JSX.Element;