import type { GetidSdkTypes } from '..'; export declare const reconstructTheme: (serverTheme: GetidSdkTypes.Theme) => { cameraOverlayBackgroundColor: string; cameraFrameColor: string; successColor: string; errorColor: string; }; export declare const mergeStyles: (serverStyles?: GetidSdkTypes.Theme, styles?: GetidSdkTypes.Styles) => { 'success-color'?: string | undefined; 'error-color'?: string | undefined; 'mobile-camera-background-color'?: string | undefined; 'border-color'?: string | undefined; }; export declare function cssColorToVec3(cssColor: string): number[] | null; //# sourceMappingURL=theme.d.ts.map