import React from 'react';
interface PlaceholderProps {
    width?: number | string | Array<number>;
    style?: React.CSSProperties;
    className?: string;
}
declare const Placeholder: React.FC<PlaceholderProps>;
export default Placeholder;
export type { PlaceholderProps };
//# sourceMappingURL=Placeholder.d.ts.map