// Component export.
export { default as ImagePlaceholder } from './ImagePlaceholder';

// Type export.
export type { Props as ImagePlaceholderProps } from './ImagePlaceholder.types';
