declare const builtinPlacements: { topLeft: { points: string[]; }; topRight: { points: string[]; }; bottomRight: { points: string[]; }; bottomLeft: { points: string[]; }; }; export default builtinPlacements;