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

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