export declare const positions: readonly ["top", "tl", "tr", "bottom", "bl", "br", "left", "lt", "lb", "right", "rt", "rb"]; export type Position = (typeof positions)[number]; export type PopconfirmTypes = 'primary' | 'success' | 'warning' | 'strong' | 'danger';