import { type StyledProps } from "./Styled"; /** * moaui Styled Scrollbars * * @param props - panelProps, children, width, height, title, titleVariant, titleColor, titleAlign * @example * * {children} * * @returns React.ReactElement */ declare const Scrollbars: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: { id: string; panelProps: { variant: string; }; children: string; width: string; height: string; title: string; titleVariant: import("../../Common/UnionType").CustomUnionType; titleColor: import("../../Common/UnionType").CustomUnionType; titleAlign: import("../../Common/UnionType").CustomUnionType; }; export default Scrollbars; export { type StyledProps as ScrollbarsProps, SampleProps as ScrollbarsSample, }; //# sourceMappingURL=index.d.ts.map