import { ReactNode } from 'react';
export interface PlaceholderProps {
    placement: string;
    children: ReactNode;
}
export declare function Placeholder({ placement, children, }: PlaceholderProps): null;
//# sourceMappingURL=Placeholder.d.ts.map