import { StyleOptions } from '../../types'; export interface PaddingBottomProps { /** * The **`padding-bottom`** CSS property sets the height of the padding area on the bottom of an element. * * @see https://developer.mozilla.org/docs/Web/CSS/padding-bottom */ style$PaddingBottom: T; } export declare const paddingBottom: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;