import type { Props, Style } from './types.js'; export declare const transform: (p: Props, style: Style, ref: any) => Props;