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