/** * A higher-order function that gets a value from the given object. Designed to work with `styled-components` */ export declare const fromProps: (identifier: string, callback?: ((value: any) => void) | undefined) => any; //# sourceMappingURL=fromProps.d.ts.map