declare function cssPropertyAlias(property: string): string | undefined; declare function cssPropertyPrefixFlags(property: string): number; declare function cssValuePrefixFlags(property: string, value: string): number; export { cssPropertyAlias, cssPropertyPrefixFlags, cssValuePrefixFlags }; //# sourceMappingURL=bundle.min.d.ts.map