export declare function all(value: T): { top: T; bottom: T; left: T; right: T; }; export declare function symmetric(horizontal: T, vertical: T): { top: T; bottom: T; left: T; right: T; };