import type { LightningElement, Plugin } from '@plextv/react-lightning'; import type { YogaOptions } from './types/YogaOptions'; export declare function plugin(yogaOptions?: YogaOptions): Plugin; export { FlexBoundary, FlexRoot, useIsInFlex } from './wrappers'; export type { FlexBoundaryProps, FlexRootProps } from './wrappers'; export * from './types'; //# sourceMappingURL=index.d.ts.map