@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
1,376 lines (1,375 loc) • 32.7 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Justify the content to the start of the row
* @name start
* @type Boolean
* @default false
*/
start: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on extra-small screens
* @name start-xs
* @type Boolean
* @default false
*/
startXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on small screens
* @name start-sm
* @type Boolean
* @default false
*/
startSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on medium screens
* @name start-md
* @type Boolean
* @default false
*/
startMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on large screens
* @name start-lg
* @type Boolean
* @default false
*/
startLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on extra-large screens
* @name start-xl
* @type Boolean
* @default false
*/
startXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on extra-extra-large screens
* @name start-2xl
* @type Boolean
* @default false
*/
start2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row
* @name center
* @type Boolean
* @default false
*/
center: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on extra-small screens
* @name center-xs
* @type Boolean
* @default false
*/
centerXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on small screens
* @name center-sm
* @type Boolean
* @default false
*/
centerSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on medium screens
* @name center-md
* @type Boolean
* @default false
*/
centerMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on large screens
* @name center-lg
* @type Boolean
* @default false
*/
centerLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on extra-large screens
* @name center-xl
* @type Boolean
* @default false
*/
centerXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on extra-extra-large screens
* @name center-2xl
* @type Boolean
* @default false
*/
center2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row
* @name end
* @type Boolean
* @default false
*/
end: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on extra-small screens
* @name end-xs
* @type Boolean
* @default false
*/
endXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on small screens
* @name end-sm
* @type Boolean
* @default false
*/
endSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on medium screens
* @name end-md
* @type Boolean
* @default false
*/
endMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on large screens
* @name end-lg
* @type Boolean
* @default false
*/
endLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on extra-large screens
* @name end-xl
* @type Boolean
* @default false
*/
endXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on extra-extra-large screens
* @name end-2xl
* @type Boolean
* @default false
*/
end2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row
* @name top
* @type Boolean
* @default false
*/
top: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on extra-small screens
* @name top-xs
* @type Boolean
* @default false
*/
topXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on small screens
* @name top-sm
* @type Boolean
* @default false
*/
topSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on medium screens
* @name top-md
* @type Boolean
* @default false
*/
topMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on large screens
* @name top-lg
* @type Boolean
* @default false
*/
topLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on extra-large screens
* @name top-xl
* @type Boolean
* @default false
*/
topXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on extra-extra-large screens
* @name top-2xl
* @type Boolean
* @default false
*/
top2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row
* @name middle
* @type Boolean
* @default false
*/
middle: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on extra-small screens
* @name middle-xs
* @type Boolean
* @default false
*/
middleXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on small screens
* @name middle-sm
* @type Boolean
* @default false
*/
middleSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on medium screens
* @name middle-md
* @type Boolean
* @default false
*/
middleMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on large screens
* @name middle-lg
* @type Boolean
* @default false
*/
middleLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on extra-large screens
* @name middle-xl
* @type Boolean
* @default false
*/
middleXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on extra-extra-large screens
* @name middle-2xl
* @type Boolean
* @default false
*/
middle2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row
* @name bottom
* @type Boolean
* @default false
*/
bottom: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on extra-small screens
* @name bottom-xs
* @type Boolean
* @default false
*/
bottomXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on small screens
* @name bottom-sm
* @type Boolean
* @default false
*/
bottomSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on medium screens
* @name bottom-md
* @type Boolean
* @default false
*/
bottomMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on large screens
* @name bottom-lg
* @type Boolean
* @default false
*/
bottomLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on extra-large screens
* @name bottom-xl
* @type Boolean
* @default false
*/
bottomXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on extra-extra-large screens
* @name bottom-2xl
* @type Boolean
* @default false
*/
bottom2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row
* @name around
* @type Boolean
* @default false
*/
around: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on extra-small screens
* @name around-xs
* @type Boolean
* @default false
*/
aroundXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on small screens
* @name around-sm
* @type Boolean
* @default false
*/
aroundSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on medium screens
* @name around-md
* @type Boolean
* @default false
*/
aroundMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on large screens
* @name around-lg
* @type Boolean
* @default false
*/
aroundLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on extra-large screens
* @name around-xl
* @type Boolean
* @default false
*/
aroundXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on extra-extra-large screens
* @name around-2xl
* @type Boolean
* @default false
*/
around2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row
* @name between
* @type Boolean
* @default false
*/
between: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on extra-small screens
* @name between-xs
* @type Boolean
* @default false
*/
betweenXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on small screens
* @name between-sm
* @type Boolean
* @default false
*/
betweenSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on medium screens
* @name between-md
* @type Boolean
* @default false
*/
betweenMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on large screens
* @name between-lg
* @type Boolean
* @default false
*/
betweenLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on extra-large screens
* @name between-xl
* @type Boolean
* @default false
*/
betweenXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on extra-extra-large screens
* @name between-2xl
* @type Boolean
* @default false
*/
between2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row
* @name reverse
* @type Boolean
* @default false
*/
reverse: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on extra-small screens
* @name reverse-xs
* @type Boolean
* @default false
*/
reverseXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on small screens
* @name reverse-sm
* @type Boolean
* @default false
*/
reverseSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on medium screens
* @name reverse-md
* @type Boolean
* @default false
*/
reverseMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on large screens
* @name reverse-lg
* @type Boolean
* @default false
*/
reverseLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on extra-large screens
* @name reverse-xl
* @type Boolean
* @default false
*/
reverseXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on extra-extra-large screens
* @name reverse-2xl
* @type Boolean
* @default false
*/
reverse2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Remove gutter between columns
* @name no-gutter
* @type Boolean
* @default false
*/
noGutter: {
type: BooleanConstructor;
default: boolean;
};
/**
* Disable wrapping of columns
* @name no-collapse
* @type Boolean
* @default false
*/
noCollapse: {
type: BooleanConstructor;
default: boolean;
};
}, {
classes: import("vue").ComputedRef<{
'-no-gutter': boolean;
'-no-collapse': boolean;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Justify the content to the start of the row
* @name start
* @type Boolean
* @default false
*/
start: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on extra-small screens
* @name start-xs
* @type Boolean
* @default false
*/
startXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on small screens
* @name start-sm
* @type Boolean
* @default false
*/
startSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on medium screens
* @name start-md
* @type Boolean
* @default false
*/
startMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on large screens
* @name start-lg
* @type Boolean
* @default false
*/
startLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on extra-large screens
* @name start-xl
* @type Boolean
* @default false
*/
startXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the start of the row on extra-extra-large screens
* @name start-2xl
* @type Boolean
* @default false
*/
start2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row
* @name center
* @type Boolean
* @default false
*/
center: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on extra-small screens
* @name center-xs
* @type Boolean
* @default false
*/
centerXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on small screens
* @name center-sm
* @type Boolean
* @default false
*/
centerSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on medium screens
* @name center-md
* @type Boolean
* @default false
*/
centerMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on large screens
* @name center-lg
* @type Boolean
* @default false
*/
centerLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on extra-large screens
* @name center-xl
* @type Boolean
* @default false
*/
centerXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the center of the row on extra-extra-large screens
* @name center-2xl
* @type Boolean
* @default false
*/
center2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row
* @name end
* @type Boolean
* @default false
*/
end: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on extra-small screens
* @name end-xs
* @type Boolean
* @default false
*/
endXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on small screens
* @name end-sm
* @type Boolean
* @default false
*/
endSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on medium screens
* @name end-md
* @type Boolean
* @default false
*/
endMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on large screens
* @name end-lg
* @type Boolean
* @default false
*/
endLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on extra-large screens
* @name end-xl
* @type Boolean
* @default false
*/
endXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to the end of the row on extra-extra-large screens
* @name end-2xl
* @type Boolean
* @default false
*/
end2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row
* @name top
* @type Boolean
* @default false
*/
top: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on extra-small screens
* @name top-xs
* @type Boolean
* @default false
*/
topXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on small screens
* @name top-sm
* @type Boolean
* @default false
*/
topSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on medium screens
* @name top-md
* @type Boolean
* @default false
*/
topMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on large screens
* @name top-lg
* @type Boolean
* @default false
*/
topLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on extra-large screens
* @name top-xl
* @type Boolean
* @default false
*/
topXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the top of the row on extra-extra-large screens
* @name top-2xl
* @type Boolean
* @default false
*/
top2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row
* @name middle
* @type Boolean
* @default false
*/
middle: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on extra-small screens
* @name middle-xs
* @type Boolean
* @default false
*/
middleXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on small screens
* @name middle-sm
* @type Boolean
* @default false
*/
middleSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on medium screens
* @name middle-md
* @type Boolean
* @default false
*/
middleMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on large screens
* @name middle-lg
* @type Boolean
* @default false
*/
middleLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on extra-large screens
* @name middle-xl
* @type Boolean
* @default false
*/
middleXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the middle of the row on extra-extra-large screens
* @name middle-2xl
* @type Boolean
* @default false
*/
middle2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row
* @name bottom
* @type Boolean
* @default false
*/
bottom: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on extra-small screens
* @name bottom-xs
* @type Boolean
* @default false
*/
bottomXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on small screens
* @name bottom-sm
* @type Boolean
* @default false
*/
bottomSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on medium screens
* @name bottom-md
* @type Boolean
* @default false
*/
bottomMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on large screens
* @name bottom-lg
* @type Boolean
* @default false
*/
bottomLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on extra-large screens
* @name bottom-xl
* @type Boolean
* @default false
*/
bottomXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Align the content to the bottom of the row on extra-extra-large screens
* @name bottom-2xl
* @type Boolean
* @default false
*/
bottom2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row
* @name around
* @type Boolean
* @default false
*/
around: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on extra-small screens
* @name around-xs
* @type Boolean
* @default false
*/
aroundXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on small screens
* @name around-sm
* @type Boolean
* @default false
*/
aroundSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on medium screens
* @name around-md
* @type Boolean
* @default false
*/
aroundMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on large screens
* @name around-lg
* @type Boolean
* @default false
*/
aroundLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on extra-large screens
* @name around-xl
* @type Boolean
* @default false
*/
aroundXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space around each item inside the row on extra-extra-large screens
* @name around-2xl
* @type Boolean
* @default false
*/
around2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row
* @name between
* @type Boolean
* @default false
*/
between: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on extra-small screens
* @name between-xs
* @type Boolean
* @default false
*/
betweenXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on small screens
* @name between-sm
* @type Boolean
* @default false
*/
betweenSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on medium screens
* @name between-md
* @type Boolean
* @default false
*/
betweenMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on large screens
* @name between-lg
* @type Boolean
* @default false
*/
betweenLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on extra-large screens
* @name between-xl
* @type Boolean
* @default false
*/
betweenXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Justify the content to have space between each item inside the row on extra-extra-large screens
* @name between-2xl
* @type Boolean
* @default false
*/
between2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row
* @name reverse
* @type Boolean
* @default false
*/
reverse: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on extra-small screens
* @name reverse-xs
* @type Boolean
* @default false
*/
reverseXs: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on small screens
* @name reverse-sm
* @type Boolean
* @default false
*/
reverseSm: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on medium screens
* @name reverse-md
* @type Boolean
* @default false
*/
reverseMd: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on large screens
* @name reverse-lg
* @type Boolean
* @default false
*/
reverseLg: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on extra-large screens
* @name reverse-xl
* @type Boolean
* @default false
*/
reverseXl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Order the content in reverse order inside the row on extra-extra-large screens
* @name reverse-2xl
* @type Boolean
* @default false
*/
reverse2xl: {
type: BooleanConstructor;
default: boolean;
};
/**
* Remove gutter between columns
* @name no-gutter
* @type Boolean
* @default false
*/
noGutter: {
type: BooleanConstructor;
default: boolean;
};
/**
* Disable wrapping of columns
* @name no-collapse
* @type Boolean
* @default false
*/
noCollapse: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
reverse: boolean;
top: boolean;
bottom: boolean;
start: boolean;
end: boolean;
center: boolean;
startXs: boolean;
startSm: boolean;
startMd: boolean;
startLg: boolean;
startXl: boolean;
start2xl: boolean;
centerXs: boolean;
centerSm: boolean;
centerMd: boolean;
centerLg: boolean;
centerXl: boolean;
center2xl: boolean;
endXs: boolean;
endSm: boolean;
endMd: boolean;
endLg: boolean;
endXl: boolean;
end2xl: boolean;
topXs: boolean;
topSm: boolean;
topMd: boolean;
topLg: boolean;
topXl: boolean;
top2xl: boolean;
middle: boolean;
middleXs: boolean;
middleSm: boolean;
middleMd: boolean;
middleLg: boolean;
middleXl: boolean;
middle2xl: boolean;
bottomXs: boolean;
bottomSm: boolean;
bottomMd: boolean;
bottomLg: boolean;
bottomXl: boolean;
bottom2xl: boolean;
around: boolean;
aroundXs: boolean;
aroundSm: boolean;
aroundMd: boolean;
aroundLg: boolean;
aroundXl: boolean;
around2xl: boolean;
between: boolean;
betweenXs: boolean;
betweenSm: boolean;
betweenMd: boolean;
betweenLg: boolean;
betweenXl: boolean;
between2xl: boolean;
reverseXs: boolean;
reverseSm: boolean;
reverseMd: boolean;
reverseLg: boolean;
reverseXl: boolean;
reverse2xl: boolean;
noGutter: boolean;
noCollapse: boolean;
}, {}>;
export default _default;