import { JustifySelfPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface JustifySelfProps { /** * The CSS **`justify-self`** property set the way a box is justified inside its alignment container along the appropriate axis. * * @see https://developer.mozilla.org/docs/Web/CSS/justify-self */ style$JustifySelf: T; } export declare const justifySelf: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;