import { FluidTheme, ThemeProps } from '../index'; export declare const getTheme: (themeProp: Flatten) => ({ theme }: ThemeProps) => string | number | null; //# sourceMappingURL=getTheme.d.ts.map