import type React from 'react';
/** Private component used to render placeholders in storybook and documentation examples  */
export declare const Placeholder: React.FC<React.PropsWithChildren<{
    id?: string | undefined;
    width?: number | string;
    height: number | string;
    label?: string;
}>>;
//# sourceMappingURL=Placeholder.d.ts.map