import { PropsFor, SimpleStyleFunction } from "../style/index.js"; declare const positions: SimpleStyleFunction<'zIndex' | 'position' | 'top' | 'right' | 'bottom' | 'left'>; export type PositionsProps = PropsFor; export default positions;