import { StyleOptions, Styles, WithTheme } from './types'; export declare function style({ cssProp, prop, themeProp, arrayResolver, }: StyleOptions): (props: WithTheme) => Styles | undefined;