declare function getVendorPrefixedName(property: string): string | null | undefined;

declare namespace getVendorPrefixedName {}

export = getVendorPrefixedName;
