///
import { StyledChildProps, StyledStackProps, DefaultStackProps } from './types';
import { Theme } from '../theme';
export declare const DEFAULT_PROPS: DefaultStackProps;
export declare const hasSpacing: (theme: Theme, spaceToken: string) => boolean | "";
export declare const getSpaceInHalf: (theme: Theme, spaceToken: string, negative?: boolean) => string;
export declare const StyledMasterContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StyledStackProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledChildContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StyledChildProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledMasterContainerList: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StyledStackProps & import("react").ClassAttributes & import("react").HTMLAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledChildContainerListItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StyledChildProps & import("react").ClassAttributes & import("react").HTMLAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;
//# sourceMappingURL=styled.d.ts.map