import type { FlexContainerStyleProps } from '../types'; export declare const errorMessageWrapper: (fn: () => void, message: string) => void | Error; export declare const testFlexProps: FlexContainerStyleProps;