import type { TectonMessageBus } from 'q2-tecton-common/lib/types/message-bus'; import type { TectonPlatformControls } from '../../types/setup'; /** * Sets up the `getPlatformDimensions` capability for retrieving viewport dimensions. * Returns dimensions of the platform root element or a specified selector. * * @param messageBus - The platform message bus for feature communication * @param platformControlBus - Platform control bus with handler implementations * @param capabilities - Set to populate with available capability names * @param teardowns - Array to collect cleanup functions for unsubscribing * * @internal */ export default function getPlatformDimensionsSetup(messageBus: TectonMessageBus, platformControlBus: TectonPlatformControls, capabilities: Set, teardowns: (() => void)[]): void; //# sourceMappingURL=getPlatformDimensions-setup.d.ts.map