import type { ConversionFunction } from './types'; /** * https://developer.mozilla.org/en-US/docs/Web/CSS/place-self */ export declare const placeSelf: ConversionFunction;