/** * How should each item use space around it */ export declare type FlexFloat = "left" | "right" | "none";