// Type definitions for @styled-system/theme-get 5.0
// Project: https://github.com/styled-system/styled-system
// Definitions by: JerryHong <https://github.com/Jerry-Hong>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function themeGet(path: string | Array<string | number>, fallback?: any): (props: any) => any;
