import { ReactElement } from 'react'; export interface PlaceholderProps { color?: string; } export declare function Placeholder({ color, }: PlaceholderProps): ReactElement;