/// import type { PlaceholderItemProps, RoundPlaceholderItemProps } from './GhostPlaceholder.types'; export declare const PlaceholderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, PlaceholderItemProps>> & string; export declare const RoundPlaceholderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, keyof PlaceholderItemProps> & PlaceholderItemProps, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, RoundPlaceholderItemProps>> & string;