import { TopProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface TopProps { /** * The **`top`** CSS property participates in specifying the vertical position of a _positioned element_. It has no effect on non-positioned elements. * * @see https://developer.mozilla.org/docs/Web/CSS/top */ style$Top: T; } export declare const top: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;