import type { IStackComponent } from './Stack.types'; export declare const GlobalClassNames: { root: string; inner: string; child: string; }; export declare const styles: IStackComponent['styles'];