import { PlaceholderCommonProps } from './PlaceholderCommon'; declare const PlaceholderNoChannels: ({ label, ...props }: Omit) => import("react/jsx-runtime").JSX.Element; export default PlaceholderNoChannels;