export { FullScreen, type FullScreenTriggerProps, type FullScreenSlotProps, } from './fullscreen' export { DEFAULT_FULLSCREEN_LABELS, type FullScreenLabels } from './labels' export type { FullScreenWidgetState } from './types'