import { Dispatch, ReactNode, SetStateAction } from 'react';
export declare type PlaceholderContent = Record<string, ReactNode>;
export declare type PlaceholderContentSetter = Dispatch<SetStateAction<PlaceholderContent>>;
//# sourceMappingURL=PlaceholderContent.d.ts.map