import { StackProps } from '@kite_aerolab/shared/components'; export declare class StackComponent implements StackProps { /** * Css del componente */ css: StackProps['css']; /** * Alineación de flexbox */ align: StackProps['align']; /** * Dirección de flexbox */ direction: StackProps['direction']; /** * Espaciado entre componentes */ spacing: StackProps['spacing']; /** * Justify entre componentes */ justify: StackProps['justify']; get stackStyles(): string[]; } //# sourceMappingURL=stack.component.d.ts.map