import type { Shorthands } from '../types';
/**
* @deprecated use useProps instead
*/
export declare function getExpandedShorthands(props: A): Omit;
export declare function getExpandedShorthand(propKey: string, props: object): any;
//# sourceMappingURL=getExpandedShorthands.d.ts.map