import React from "react"; import { MarginProps } from "styled-system"; import { TagProps } from "../../__internal__/utils/helpers/tags/tags"; import { StyledLoaderBarProps } from "./loader-bar.style"; export interface LoaderBarProps extends StyledLoaderBarProps, MarginProps, TagProps { } export declare const LoaderBar: { ({ size, ...rest }: LoaderBarProps): React.JSX.Element | null; DisplayName: string; }; export default LoaderBar;