export declare const componentDirections: readonly ["left", "right", "top", "bottom"]; export type ComponentDirections = typeof componentDirections[number];