export declare function getAlias(prop: string, type: string): string;
export interface GenericProps {
[key: string]: any;
}
export declare function propAlias(prop: string, value: any, type: string): any[];
export default function propsAlias(props: GenericProps, type: string): GenericProps;