import type { CSSProperties, ReactNode } from 'react'; export type PlaceholderStyle = Pick; export interface PlaceHolderProps { placeholder?: ReactNode; style?: PlaceholderStyle; } export declare function PlaceHolder({ placeholder, style }: PlaceHolderProps): ReactNode; //# sourceMappingURL=PlaceHolder.d.ts.map