import { ComponentProps } from '@/types/cskTypes'; export type ComponentEmptyPlaceholderParameters = unknown; export type ComponentEmptyPlaceholderProps = ComponentProps; export { ComponentEmptyPlaceholder as default } from './component-empty-placeholder';