/// import type { CB_YOUTUBE_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types'; type Props = CB_YOUTUBE_PROPERTIES_TYPE & IndexForIntersection; export type YOUTUBE_AUTOPLAY_TRIGGER_POINT = 'ALWAYS' | 'VIEWPORT-FREEZE' | 'VIEWPORT'; declare function Youtube(props: Props): JSX.Element; export default Youtube;