import { NotificationLoaderType } from './PLNotificationsList'; export interface PLNotificationsLoaderProps { type: NotificationLoaderType; } declare const PLNotificationsLoader: ({ type }: PLNotificationsLoaderProps) => import("react/jsx-runtime").JSX.Element | undefined; export default PLNotificationsLoader;