import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Flex container that hides page chrome so only the preview area is visible for live share. */ export declare const HideParentsFlexbox: React.FC; //# sourceMappingURL=HideParentsFlexbox.d.ts.map